crypto/x509.Certificate.checkNameConstraints (method)
5 uses
crypto/x509 (current package)
verify.go#L501: func (c *Certificate) checkNameConstraints(count *int,
verify.go#L618: if err := c.checkNameConstraints(&comparisonCount, maxConstraintComparisons, "email address", name, mailbox,
verify.go#L631: if err := c.checkNameConstraints(&comparisonCount, maxConstraintComparisons, "DNS name", name, name,
verify.go#L645: if err := c.checkNameConstraints(&comparisonCount, maxConstraintComparisons, "URI", name, uri,
verify.go#L658: if err := c.checkNameConstraints(&comparisonCount, maxConstraintComparisons, "IP address", ip.String(), ip,
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |